PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setMouseUpAction Method
The action to be performed when the mouse button is released inside the annotation's active area.
In This Topic
    setMouseUpAction Method
    In This Topic
    Sets the mouse up action.
    Syntax
    public void setMouseUpAction( 
       PDFAction action
    )

    Parameters

    action
    The action to be performed when the mouse button is released inside the annotation's active area.
    See Also